home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2002 #11 / Amiga Plus CD - 2002 - No. 11.iso / Tools / Development / PowerD / Pdmod / modules / socket / utime.m < prev    next >
Encoding:
Text File  |  2002-10-28  |  459 b   |  19 lines

  1. /*
  2.  * $Id: utime.h,v 3.1 1994/03/29 12:56:35 ppessi Exp $
  3.  *
  4.  * definitions and prototype for the utime() (in the net.lib)
  5.  *
  6.  * Copyright © 1994 AmiTCP/IP Group, <amitcp-group@hut.fi>
  7.  *                  Helsinki University of Technology, Finland.
  8.  *                  All rights reserved.
  9.  */
  10.  
  11. OBJECT utimbuf
  12.     actime:LONG,         /* Access time */
  13.     modtime:LONG         /* Modification time */
  14.  
  15. /*
  16. int utime(const char *, const struct utimbuf *);
  17. */
  18.  
  19.